core: Add missing null terminator in option parsing
authorColin Walters <walters@verbum.org>
Sun, 6 Nov 2011 21:25:45 +0000 (16:25 -0500)
committerColin Walters <walters@verbum.org>
Sun, 6 Nov 2011 21:25:45 +0000 (16:25 -0500)
ostree/ot-builtin-compose.c

index 831bdb03c71bb266332023653dc5b66ecdf2d0ed..0f39af049a853b5f0a4d581da563fcabbed90d6b 100644 (file)
@@ -30,6 +30,7 @@ static char *compose_metadata_path;
 
 static GOptionEntry options[] = {
   { "out-metadata", 0, 0, G_OPTION_ARG_FILENAME, &compose_metadata_path, "Output a file containing serialized metadata about the compose, in host endianness", "path" },
+  { NULL }
 };
 
 static void